Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coffeelint-stylish

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffeelint-stylish

Stylish reporter for CoffeeLint

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13K
decreased by-31.63%
Maintainers
1
Weekly downloads
 
Created
Source

coffeelint-stylish Build Status Coverage Status NPM version

Screenshot Dependency Status devDependency Status

Stylish reporter for CoffeeLint http://www.coffeelint.org. Heavily inspired by the beautiful jshint-stylish.

screenshot

Install

Install with npm: npm install --save-dev coffeelint-stylish.

Usage with CoffeeLint cli

coffeelint index.coffee --reporter coffeelint-stylish

Usage with CoffeeLint runtime

coffeelint = require 'coffeelint'
reporter = require('coffeelint-stylish').reporter

filename = 'make.coffee'
source = 'do -> coffee()'

reporter filename, coffeelint source

Runtime API reporter(filename, results)

filename

Type: String, Default: ''

Headline of the report.

results

Type: Array, Default: []

Results Array provided by coffeelint.lint, see http://www.coffeelint.org/#api.

License

MIT License © Jan Raasch

Keywords

FAQs

Package last updated on 02 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc